home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************/
- /* SBPlay.c -- Routines to read and playback sound files */
- /* Copyright (c) 1995 John A. Ball */
- /* */
- /* This source is available for your own personal use only! You may make */
- /* any changes you wish but please do not distribute modified source code. */
- /* Please notify me of any errors or improvements. */
- /* */
- /* SNDPlay Sound File Utility */
- /* */
- /* must use large or compact model to build */
- /* i.e. qcl/AL sbplay.c _pcplay _tplay sndshell graphics.lib */
- /* */
- /* by John A. Ball June 11, 1995 */
- /***************************************************************************/
-
- #pragma pack(1)
-
- /***************************************************************************/
- #include "sbplay.h"
- /***************************************************************************/
-
-
- /***************************************************************************/
- /* #define DEBUG */
- /***************************************************************************/
-
- #include "play.c"
-
-